go/types.Checker.indexExpr (method)
5 uses
go/types (current package)
call.go#L175: if check.indexExpr(x, ix) {
call.go#L392: if ix := unpackIndexedExpr(e); ix != nil && check.indexExpr(&x, ix) {
call.go#L427: if ix := unpackIndexedExpr(e); ix != nil && check.indexExpr(&x, ix) {
expr.go#L1068: if check.indexExpr(x, ix) {
index.go#L19: func (check *Checker) indexExpr(x *operand, e *indexedExpr) (isFuncInst bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)